home *** CD-ROM | disk | FTP | other *** search
- abort (3) - Abort the current process
- abs (3) - Absolute value
- access (3) - Check file accessibility
- acos (3) - Arccosine function
- argopt (3) - Get options from an argument list
- asctime (3) - Generate an ASCII time string
- asin (3) - Arcsine function
- assert (3) - Assert program validity
- astcsma (3) - AmigaDOS string pattern match (anchored)
- atan (3) - Arctangent function
- atan2 (3) - Arctangent of x/y
- atexit (3) - Set an exit trap
- atof (3) - Convert an ASCII string to a floating-point number
- atoi (3) - Convert an ASCII string to an integer
- atol (3) - Convert an ASCII string to a long integer
- bldmem (3) - Build a memory pool of a specified size
- bsearch (3) - Perform a binary search
- calloc (3) - Allocate and clear memory
- ceil (3) - Get floating-point limits
- chdir (3) - Change the current directory
- chgclk (3) - Change the system clock
- chkml (3) - Check for the largest memory block
- chkufb (3) - Check a level 1 file handle
- Chk_Abort, (3) - kabort - Check for a break character
- chmod (3) - Change a file's protection mode
- clearerr (3) - Clear a level 2 I/O error flag
- clock (3) - Measure program processor time
- close (3) - Close a level 1 file
- closedir (3) - Terminate the directory operation
- clrerr (3) - Clear a level 2 I/O error flag
- cos (3) - Cosine function
- cosh (3) - Hyperbolic cosine function
- cot (3) - Cotangent function
- creat (3) - Create a level 1 file
- ctime (3) - Convert a time value to a string
- datecmp (3) - Compare two AmigaDOS dates
- dfind (3) - Find a directory entry
- difftime (3) - Compute the difference between two time_t values
- DiskfontBase (3) - Disk font library vector
- div (3) - Compute the quotient and the remainder
- dnext (3) - Find the next directory entry
- DOSBase (3) - AmigaDOS library vector
- dos_packet (3) - Sends AmigaDOS output packet
- dqsort (3) - Sort an array of double-precision floating-point numbers
- drand48 (3) - Generate a random double-precision floating-point number (internal
- ecvt (3) - Convert a double-precision floating-point number to a string
- erand48 (3) - Generate a random double-precision floating-point number (external
- errno (3) - UNIX error number
- except (3) - Call the math error handler function
- exit (3) - Terminate program execution
- exp (3) - Exponential function
- fabs (3) - Floating-point or double-precision floating-point absolute value
- fclose (3) - Close a level 2 file
- fcloseall (3) - Close all level 2 files
- fcvt (3) - Convert a floating-point number to a string
- fdopen (3) - Attach a level 1 file to level 2
- feof (3) - Check for a level 2 end-of-file
- ferror (3) - Check for a level 2 error
- fflush (3) - Flush a level 2 output buffer
- fgetc (3) - Get a character from a file
- fgetchar (3) - Get a character from stdin
- fgetpos (3) - Get the current file position
- fgets (3) - Get a string from a level 2 file
- fileno (3) - Get the file number for a level 2 file
- findpath (3) - Locate a file in the current path
- floor (3) - Get the floor of a real number
- flushall (3) - Flush all level 2 output buffers
- fmod (3) - Floating-point modulus operations
- fmode (3) - Change the mode of a level 2 file
- fopen (3) - Open a level 2 file
- forkl (3) - Create a child process with an argument list
- forkv (3) - Create a child process with an argument vector
- fprintf (3) - Formatted print
- fputc (3) - Put a character to a level 2 file
- fputchar (3) - Put a character to stdout
- fputs (3) - Put a string to a level 2 file
- fqsort (3) - Sort an array of floating-point numbers
- fread (3) - Read and write blocks
- free (3) - Free memory
- freopen (3) - Reopen a level 2 file
- frexp (3) - Split floating-point value
- fscanf (3) - Formatted input conversions
- fseek (3) - Set a level 2 file position
- fsetpos (3) - Reposition a file
- fstat (3) - Get file status
- ftell (3) - Get a level 2 file position
- fwrite (3) - Write blocks to a level 2 file
- gcvt (3) - Convert a floating-point number to a string
- geta4 (3) - Establish addressability to the global data area
- getasn (3) - Get assigned device
- getc (3) - Get a character from a file
- getcd (3) - Get the current directory
- getch (3) - Get a character from stdin immediately
- getchar (3) - Get a character from stdin
- getclk (3) - Get or change system clock
- getcwd (3) - Get the current working directory
- getdfs (3) - Get disk free space
- getenv (3) - Get environment variable
- getfa (3) - Get the file attribute
- getfnl (3) - Get a filename list
- getft (3) - Get the file time
- getmem (3) - Get a memory block (short)
- getml (3) - Get a memory block (long)
- getpath (3) - Get the path for a specific directory/file
- getreg (3) - Get 680x0-specific registers
- gets (3) - Get a string from stdin
- GfxBase (3) - Graphics library vector
- gmtime (3) - Unpack Greenwich Mean Time (GMT)
- halloc (3) - Allocate a huge memory block
- iabs (3) - Integer absolute value
- IntuitionBase (3) - Intuition library vector
- iomode (3) - Change the mode of a level 1 file
- isalnum (3) - Test if alphanumeric character
- isalpha (3) - Test if alphabetic character
- isascii (3) - Test if ASCII character
- isatty (3) - Test a file descriptor for a terminal device
- iscntrl (3) - Test if control character
- iscsym (3) - Test if C symbol character
- iscsymf (3) - Test if C symbol lead character
- isdigit (3) - Test if decimal digit character (0 to 9)
- isgraph (3) - Test if graphic character
- islower (3) - Test if lower case character
- isprint (3) - Test if printable character
- ispunct (3) - Test if punctuation character
- isspace (3) - Test if space character
- isupper (3) - Test if upper case character
- isxdigit (3) - Test if hex digit character
- jrand48 (3) - Generate a random long integer (external seed)
- labs (3) - Long integer absolute value
- lcong48 (3) - Set linear congruence parameters
- ldexp (3) - Combine floating-point value
- ldiv (3) - Return the long integer quotient and the remainder
- localeconv (3) - Return information on locale formatting conventions
- localtime (3) - Unpack local time
- log (3) - Natural logarithm function
- log10 (3) - Base 10 logarithm function
- longjmp (3) - Perform a long jump
- lqsort (3) - Sort an array of long integers
- lrand48 (3) - Generate a random positive long integer (internal seed)
- lsbrk (3) - Allocate memory
- lseek (3) - Set a level 1 file position
- lstat (3) - Get file status
- main (3) - Your main or principal function
- malloc (3) - Allocate memory
- MathBase (3) - FFP library vector
- MathTransBase (3) - FFP transcendental library vector
- max (3) - Compute the maximum of two values
- mblen (3) - Determine the length of a multibyte character
- mbstowcs (3) - Convert a multibyte string to a wide character string
- mbtowc (3) - Map a multibyte character to a wide character
- memccpy (3) - Copy a memory block
- memchr (3) - Find a character in a memory block
- memcmp (3) - Compare two memory blocks
- memcpy (3) - Copy a memory block
- memmove (3) - Copy bytes in memory
- memset (3) - Set a memory block to a value
- min (3) - Compute the minimum of two values
- mkdir (3) - Make a new directory
- mkstemp (3) - Make a unique filename and open the file
- mktemp (3) - Make a unique filename
- mktime (3) - Convert the broken-down time to a time_t value
- modf (3) - Split a floating-point value
- movmem (3) - Move a memory block
- mrand48 (3) - Generate a random long integer (internal seed)
- nrand48 (3) - Generate a random positive long integer (external seed)
- offsetof (3) - Get the byte offset of a structure member
- onbreak (3) - Plant a break trap
- onexit (3) - Set an exit trap
- open (3) - Open a level 1 file
- opendir (3) - Initiate a directory operation
- ovlyMgr (3) - Overlay manager call point
- perror (3) - Print error message
- poserr (3) - Print AmigaDOS error message
- pow (3) - Raise a number to a power
- pow2 (3) - Raise 2 to a power
- printf (3) - Formatted print to stdout
- putc (3) - Put a character to a level 2 file
- putchar (3) - Put a character to stdout
- putenv (3) - Put a string into the environment
- putreg (3) - Set up 680x0-specific registers
- puts (3) - Put string to stdout
- qsort (3) - Sort a data array
- raise (3) - Generate a signal
- rand (3) - Generate a random number
- rawcon (3) - Set or unset raw console input
- rbrk (3) - Release memory
- read (3) - Read from a level 1 file
- readdir (3) - Read a directory element
- readlocale (3) - Read and initialize a new locale
- realloc (3) - Reallocate memory
- remove (3) - Remove a file
- rename (3) - Rename a file
- repmem (3) - Replicate values through a block
- rewind (3) - Reset a level 2 file position to its first byte
- rewinddir (3) - Reset to the start of the directory
- rlsmem (3) - Release a memory block
- rlsml (3) - Release a memory block
- rmdir (3) - Remove a directory
- rstmem (3) - Reset the memory pool
- sbrk (3) - Allocate memory (unsigned)
- scanf (3) - Formatted input conversions
- scdir (3) - Return the name of the next file matching pattern
- scr_beep (3) - Call Intuition DisplayBeep
- scr_bs (3) - Move cursor left one position
- scr_cdelete (3) - Delete character under cursor
- scr_cinsert (3) - Insert blank at cursor
- scr_clear (3) - Clear console window
- scr_cr (3) - Cause a carriage return
- scr_curs (3) - Move cursor to specified line/column
- scr_cursrt (3) - Move cursor right one character
- scr_cursup (3) - Move cursor up one line
- scr_eol (3) - Erase from cursor to end-of-line
- scr_home (3) - Move cursor to upper left of window
- scr_ldelete (3) - Delete line at cursor
- scr_lf (3) - Move cursor down one line
- scr_linsert (3) - Insert blank line at cursor
- scr_tab (3) - Move cursor right one tab stop
- seed48 (3) - Set all 48 bits of an internal seed
- seekdir (3) - Reposition a directory operation
- setbuf (3) - Set the buffer mode for a level 2 file
- setjmp (3) - Set long jump parameters
- setlocale (3) - Set locale information for a program
- setmem (3) - Set a memory block to a value
- setnbf (3) - Turn off I/O buffering for level 2 file
- setvbuf (3) - Set the buffer mode for a level 2 file
- signal (3) - Establish event traps
- sin (3) - Sine function
- sinh (3) - Hyperbolic sine function
- sizmem (3) - Get memory pool size
- sprintf (3) - Formatted print to a string
- sqrt (3) - Square root function
- sqsort (3) - Sort an array of short integers
- srand (3) - Set the seed for the rand function
- srand48 (3) - Set high 32 bits of an internal seed
- sscanf (3) - Formatted input conversions
- stackavail (3) - Get current available stack size
- stacksize (3) - Get the current stack size
- stackused (3) - Get the amount of stack in use
- stat (3) - Get information on a file
- stcarg (3) - Get an argument
- stccpy (3) - Copy one string to another
- stcd_i (3) - Convert a decimal string to an integer
- stcd_l (3) - Convert a decimal string to a long integer
- stcgfe (3) - Get the filename extension
- stcgfn (3) - Get a filename from a path
- stcgfp (3) - Get the file path
- stch_i (3) - Convert a hexadecimal string to an integer
- stch_l (3) - Convert a hexadecimal string to a long integer
- stcis (3) - Count the number of string characters in the set
- stcisn (3) - Count the number of string characters
- stci_d (3) - Convert an integer to a decimal string
- stci_h (3) - Convert an integer to a hexadecimal string
- stci_o (3) - Convert an integer to an octal string
- stclen (3) - Measure the length of a string
- stcl_d (3) - Convert a long integer to a decimal string
- stcl_h (3) - Convert a long integer to a hexadecimal string
- stcl_o (3) - Convert a long integer to an octal string
- stco_i (3) - Convert an octal string to an integer
- stco_l (3) - Convert an octal string to a long integer
- stcpm (3) - Unanchored pattern match
- stcpma (3) - Anchored pattern match
- stcsma (3) - UNIX string pattern match (anchored)
- stcul_d (3) - Convert an unsigned long integer to a decimal string
- stcu_d (3) - Convert an unsigned integer to a decimal string
- stpblk (3) - Skip blanks
- stpbrk (3) - Find a break character in a string
- stpchr (3) - Find a character in a string
- stpchrn (3) - Find a character not in a string
- stpcpy (3) - Copy one string to another
- stpdate (3) - Convert a date array to a string
- stpsym (3) - Get the next symbol from a string
- stptime (3) - Convert a time array to a string
- stptok (3) - Get the next token from a string
- strbpl (3) - Build a string pointer list
- strcat (3) - Concatenate strings
- strchr (3) - Find a character in a string
- strcmp (3) - Compare strings, case sensitive
- strcmpi (3) - Compare strings, case insensitive
- strcoll (3) - Compare strings based on locale
- strcpy (3) - Copy one string to another
- strcspn (3) - Count the number of string characters not in the set
- strdup (3) - Duplicate a string
- strerror (3) - Print the text for a given error number
- strftime (3) - Format a time string
- stricmp (3) - Compare strings, case insensitive
- strins (3) - Insert a string
- strlen (3) - Measure the length of a string
- strlwr (3) - Convert a string to lowercase
- strmfe (3) - Make a filename with an extension
- strmfn (3) - Make a filename from components
- strmfp (3) - Make a filename from the path or node
- strmid (3) - Return a substring from a string
- strncat (3) - Concatenate strings, length limited
- strncmp (3) - Compare strings, length limited
- strncpy (3) - Copy a string, length limited
- strnicmp (3) - Compare strings, case insensitive, length limited
- strnset (3) - Set a string to a value, length limited
- strpbrk (3) - Find a break character in a string
- strrchr (3) - Find the last occurrence of a character in a string
- strrev (3) - Reverse a character string
- strset (3) - Set a string to a value
- strsfn (3) - Split the filename
- strspn (3) - Count the number of string characters in the set
- strsrt (3) - Sort a string pointer list
- strstr (3) - Find a substring inside of a string
- strtod (3) - Convert a string to a double-precision floating-point number
- strtok (3) - Get a token
- strtol (3) - Convert a string to a long integer
- strtoul (3) - Convert a string to an unsigned long integer
- strupr (3) - Convert a string to uppercase
- strxfrm (3) - Transform a string
- stspfp (3) - Parse a file path
- swmem (3) - Swap two memory blocks
- SysBase (3) - Base of the Exec library
- system (3) - Call the system command processor
- tan (3) - Tangent function
- tanh (3) - Hyperbolic tangent function
- tell (3) - Get the level 1 file position
- telldir (3) - Get the directory position
- time (3) - Get the system time in seconds
- timer (3) - Get the system clock with microseconds
- tmpfile (3) - Open a temporary file stream
- tmpnam (3) - Create a temporary filename
- toascii (3) - Convert a character to ASCII
- tolower (3) - Convert a character to lowercase
- toupper (3) - Convert a character to uppercase
- tqsort (3) - Sort an array of text pointers
- ungetc (3) - Push input character back
- unlink (3) - Remove a file
- utpack (3) - Pack UNIX time
- utunpk (3) - Unpack UNIX time
- va_arg (3) - Get an argument from a varying-length argument list
- va_end (3) - End varying-length argument list processing
- va_start (3) - Begin varying-length argument list processing
- vfprintf (3) - Formatted write of a varying-length argument list to a file
- vprintf (3) - Formatted write of a varying-length argument list to standard
- vsprintf (3) - Formatted write of a varying-length argument list to a string
- wait (3) - Wait for single child process to complete
- waitm (3) - Wait for multiple child processes to complete
- wcstombs (3) - Convert a wide-character string to a multibyte string
- wctomb (3) - Map a wide character to a multibyte character
- write (3) - Write to a level 1 file
- _BackGroundIO (3) - Route I/O to the console window
- _Backstdout (3) - Pointer to the console window file handle
- _CXBRK (3) - Print message and exit for Control-C processing
- _CXFERR (3) - Low-level floating-point error
- _CXOVF (3) - Default stack-overflow handler
- _dclose (3) - Close an AmigaDOS file
- _dcreat (3) - Create an AmigaDOS file
- _dcreatx (3) - Create a new AmigaDOS file
- _dopen (3) - Open an AmigaDOS file
- _dread (3) - Read an AmigaDOS file
- _dseek (3) - Reposition an AmigaDOS file
- _dwrite (3) - Write to an AmigaDOS file
- _EPILOG (3) - Profiler _EPILOG hook
- _FPERR (3) - Floating-point error code
- _MemCleanup (3) - Deallocate all allocated memory
- _MemType (3) - Type of memory desired
- _MSTEP (3) - Memory pool increment size
- _OSERR (3) - DOS error information
- _PROLOG (3) - Profiler _PROLOG hook
- _SLASH (3) - Directory separator character
- _STRICT_ANSI (3) - Define to disable non-ANSI features
- _stub (3) - Default routine for undefined routines
- _TZ (3) - Default time zone name
- _WBenchMsg (3) - Workbench startup message
- _XCEXIT (3) - Terminate the program
- __autoopenfail (3) - Terminate program if OpenLibrary fails
- __buffsize (3) - Level 2 I/O buffer size
- __ctype (3) - Character class table
- __datecvt (3) - Convert an AmigaDOS DateStamp to a time_t
- __daylight (3) - Daylight savings time flag
- __daytbl (3) - Array of days by name
- __emit (3) - Emit 680x0 instruction word
- __exit (3) - Terminate program execution with no clean-up
- __fmask (3) - Default protection bits for opening a file
- __fmode (3) - Default level 2 I/O mode
- __main (3) - Standard preprocessing for the main module
- __matherr (3) - Math error handler
- __montbl (3) - Array of months by name
- __months (3) - Array of month lengths
- __msflag (3) - MS-DOS file pattern flag
- __nufbs (3) - Count of level 1 file handle slots
- __oslibversion (3) - Kickstart version number
- __os_errlist (3) - Array of operating system error messages
- __os_nerr (3) - Highest valid error number in the __os_errlist array
- __priority (3) - Default priority for a background program
- __procname (3) - Process name for a spawned program
- __sigfunc (3) - Signal function table
- __stack (3) - Minimum program stack size
- __stdiov37 (3) - Standard I/O window behavior array
- __stdiowin (3) - Standard I/O window attributes array
- __STKNEED (3) - Minimum function stack size
- __sys_errlist (3) - Errno text strings
- __sys_nerr (3) - Number of entries in __sys_errlist
- __timecvt (3) - Convert a time_t value to an AmigaDOS DateStamp
- __timezone (3) - timezone bias from GMT
- __tinymain (3) - Special version of the __main function
- __tzdtn (3) - Daylight time name
- __tzname (3) - timezone names
- __tzset (3) - Set the time zone variables
- __tzstn (3) - Standard time name
- __ufbs (3) - Array of open level 1 file handles
-